home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / utils / misc / fed-case / proto / proto_function.h < prev    next >
Encoding:
Text File  |  1993-12-05  |  62 b   |  4 lines

  1. void main(void);
  2. int *PI_func(int(*)[]);
  3. int *PI_func2(int*);
  4.